Skip to content

Conversation

@vercel
Copy link

vercel bot commented Jun 27, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
develop-docs Ready Ready Preview Comment Aug 29, 2025 0:16am
sentry-docs Ready Ready Preview Comment Aug 29, 2025 0:16am

@codeowner-assignment codeowner-assignment bot requested a review from a team June 27, 2025 12:01
@codecov
Copy link

codecov bot commented Jun 27, 2025

Bundle Report

Changes will decrease total bundle size by 105.9kB (-0.47%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
sentry-docs-client-array-push 9.9MB -6 bytes (-0.0%) ⬇️
sentry-docs-server-cjs 12.41MB -105.89kB (-0.85%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: sentry-docs-client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
static/chunks/pages/_app-*.js -3 bytes 882.71kB -0.0%
static/chunks/8321-*.js -3 bytes 425.87kB -0.0%
static/UTV6siIJwQ3-*.js (New) 77 bytes 77 bytes 100.0% 🚀
static/UTV6siIJwQ3-*.js (New) 684 bytes 684 bytes 100.0% 🚀
static/kQmAovY2Kgyk05YK3eAtq/_buildManifest.js (Deleted) -684 bytes 0 bytes -100.0% 🗑️
static/kQmAovY2Kgyk05YK3eAtq/_ssgManifest.js (Deleted) -77 bytes 0 bytes -100.0% 🗑️
view changes for bundle: sentry-docs-server-cjs

Assets Changed:

Asset Name Size Change Total Size Change (%)
1729.js -3 bytes 1.78MB -0.0%
../instrumentation.js -3 bytes 1.1MB -0.0%
9523.js -3 bytes 1.08MB -0.0%
../app/[[...path]]/page.js.nft.json -35.29kB 741.71kB -4.54%
../app/platform-redirect/page.js.nft.json -35.29kB 741.62kB -4.54%
../app/sitemap.xml/route.js.nft.json -35.29kB 739.09kB -4.56%


- Replace `USentryUserFeedback` class references with `USentryFeedback`
- Replace `USentrySubsystem::CaptureUserFeedback` function usages with `USentrySubsystem::CaptureFeedback`
- Replace `USentryLibrary::CreateSentryUserFeedback` function usages with `USentryLibrary::CreateSentryFeedback`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a note on the eventId and associated id.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It already mentions that event id is now optional and only message is required to create a new feedback. Do we need anything else?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a matter of how descriptive do we want to be
Often the best way to read these docs, is to see an example of what you were writing, and what's the new way of doing the same thing.
Otherwise, you're left trying to understand the new API from scratch and doing the mapping in ur head

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added feedback submission example in 4e29a73


#### Global scope configuration

With the removal of `USentrySubsystem::ConfigureScope` global scope values (tags, context, attachments, etc.) should now be configured directly via the subsystem interface.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have a code snippet as an example of what it used to be before and what has to be now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added example for scope configuration in 7a0a6ca

@bruno-garcia bruno-garcia requested review from a team, coolguyzone and vaind August 28, 2025 14:14
cursor[bot]

This comment was marked as outdated.

@tustanivsky tustanivsky merged commit 7f500ba into master Aug 29, 2025
13 checks passed
@tustanivsky tustanivsky deleted the unreal/migration branch August 29, 2025 15:27
codyde added a commit that referenced this pull request Aug 30, 2025
* 'master' of https://github.com/getsentry/sentry-docs:
  Layout updates; widening content div, centering and responsiveness, scrollbar update (#14766)
  Document default sdk logging attributes (#14353)
  Bump API schema to b8165143 (#14764)
  fix(OnboardingOptionButtons) Remove sticky css on mobile (#14690)
  Unreal Engine: Add migration guide (#14186)
  docs(ai): Update AI agent integrations list (#14769)
  fix: Order versioned docs select items by recency (#14768)
  ref(python): Update wording regarding async init (#14631)
  docs(aws-integration): Remove alert that ESM is not supported (#14756)
  fix(feedback): Update docs with SwiftUI notes (#14227)
  chore(docs): Remove explicit openai agents integration registration (#14718)
  Update list of states subject to tax on /pricing (#14763)
  ref(replay): Refactor pages inside the Product Walkthrough > Replay area (#14712)
  docs(replay): Move FAQ Replay for Android questions into dedicated troubleshooting page (#14709)
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants